home *** CD-ROM | disk | FTP | other *** search
- #----------------------------------------------------------------------
- #
- # ACCESS.CNF
- #
- # Global access configuration for the FrontPage Personal Web Server
- #
- # This is the server global access configuration file. It is best to
- # leave the directives in this file in the order they are in, or
- # things may not go the way you'd like.
- #
- # Do NOT simply read the instructions in here without understanding
- # what they do, if you are unsure consult the online docs.
- #
- # Server configuration commands are similar to those for the NCSA
- # server version 1.3R. If you have questions please see the online
- # documentation at http://hoohoo.ncsa.uiuc.edu
- #
- #----------------------------------------------------------------------
- #
- # The following access configuration establishes unrestricted access
- # to the server's document tree. There is no default access config, so
- # _something_ must be present and correct for the server to operate.
- #
- # This should be changed to whatever you set ServerRoot to.
- #
- <Directory VSERVER>
- Options Indexes
- </Directory>
-
- ## This should be changed to whatever you set DocumentRoot to.
- #
- #<Directory VCONTENT/>
- #
- ## This may also be "None", "All", or "Indexes"
- #
- #Options Indexes
- #
- ## This controls which options the #HACCESS.CTL files in directories can
- ## override. Can also be "None", or any combination of "Options", "FileInfo",
- ## "AuthConfig", and "Limit"
- #
- #AllowOverride All
- #
- ## Controls who can get stuff from this server.
- #
- #<Limit GET>
- #order allow,deny
- #allow from all
- #</Limit>
- #
- #</Directory>
-
- # You may place any other directories you wish to have access
- # information for after this one.
-
-